projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fd3a71
)
(standard_args): Add option --eval to evalute an
author
Richard M. Stallman
<rms@gnu.org>
Mon, 14 Aug 1995 16:04:48 +0000
(16:04 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 14 Aug 1995 16:04:48 +0000
(16:04 +0000)
expression on the command line and print the result.
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index eab528119dd5ea9ea5b12122d7b04af49bb39ebf..fe832b2a4acbed027c3b9e2a88f2ba177642bb98 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-988,6
+988,7
@@
struct standard_args standard_args[] =
{ "-load", 0, 0, 1 },
{ "-f", "--funcall", 0, 1 },
{ "-funcall", 0, 0, 1 },
+ { "-eval", "--eval", 0, 0, 1 },
{ "-insert", "--insert", 0, 1 },
/* This should be processed after ordinary file name args and the like. */
{ "-kill", "--kill", -10, 0 },